projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e14990b
)
Plug a memory leak
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Sep 2015 14:32:02 +0000
(10:32 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Sep 2015 23:33:49 +0000
(19:33 -0400)
demos/gtk-demo/listbox.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/listbox.c
b/demos/gtk-demo/listbox.c
index eeeda5aa914c07b0ecc5a72689b7269a373c8ff2..ee94d552024c2005e694cd2be26349368d6dab6e 100644
(file)
--- a/
demos/gtk-demo/listbox.c
+++ b/
demos/gtk-demo/listbox.c
@@
-358,6
+358,7
@@
do_listbox (GtkWidget *do_widget)
}
g_strfreev (lines);
+ g_bytes_unref (data);
}
if (!gtk_widget_get_visible (window))